ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexPieBase<T> Class / SelectedIndex Property






In This Topic
    SelectedIndex Property (FlexPieBase<T>)
    In This Topic
    Gets or sets the index of the selected slice.
    Syntax
    'Declaration
     
    
    <JsonAttribute(-2)>
    Public Property SelectedIndex As System.Integer
    'Usage
     
    
    Dim instance As FlexPieBase(Of T)
    Dim value As System.Integer
     
    instance.SelectedIndex = value
     
    value = instance.SelectedIndex
    [Json(-2)]
    public System.int SelectedIndex {get; set;}
    public read-write property SelectedIndex: System.Integer; 
    JsonAttribute(-2)
    public function get,set SelectedIndex : System.int
    [Json(-2)]
    public: __property System.int get_SelectedIndex();
    public: __property void set_SelectedIndex( 
       System.int value
    );
    [Json(-2)]
    public:
    property System.int SelectedIndex {
       System.int get();
       void set (    System.int value);
    }
    See Also